home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / snowball.swf / scripts / DefineSprite_266 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  212b  |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(this.hitTest(_root._xmouse,_root._ymouse,true) && _root.allowreset)
  4.    {
  5.       this.gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. };
  12. stop();
  13.